home *** CD-ROM | disk | FTP | other *** search
/ Aminet 34 / Aminet 34 (2000)(Schatztruhe)[!][Dec 1999].iso / Aminet / dev / c / GED_Scripts.lha / GED_Scripts / Mirror-Source / lib-protos.h < prev    next >
Encoding:
Text File  |  1999-09-09  |  1.2 KB  |  21 lines

  1. /* tag.a                */
  2.  
  3. Prototype ALibExpunge(), ALibClose(), ALibOpen(), ALibReserved();
  4.  
  5. /* lib.c                */
  6.  
  7. Prototype struct Library * LibCall LibInit   (REG(d0) BPTR segment);                             
  8. Prototype struct Library * LibCall LibOpen   (REG(d0) long version, REG(a0) struct Library *lib);
  9. Prototype long             LibCall LibClose  (REG(a0) struct Library *lib);                      
  10. Prototype long             LibCall LibExpunge(REG(a0) struct Library *lib);                      
  11.  
  12. /* funcs.c              */
  13.  
  14. Prototype struct APIClient * LibCall APIMountClient(REG(a0) struct APIMessage *apiMsg, REG(a1) char *args);
  15. Prototype void               LibCall APICloseClient(REG(a0) struct APIClient *handle, REG(a1) struct APIMessage *apiMsg);
  16. Prototype void               LibCall APIBriefClient(REG(a0) struct APIClient *handle, REG(a1) struct APIMessage *apiMsg);
  17. Prototype void               LibCall APIFree       (REG(a0) struct APIClient *handle, REG(a1) struct APIOrder *apiOrder);
  18. Prototype void Dispatch         (struct APIMessage *apiMsg);
  19. Prototype BOOL FindMarkedBracket(struct EditConfig *config);
  20. Prototype BOOL MatchingBracket  (struct APIMessage *apiMsg, UBYTE examine);
  21.